Xbasic

PropertyGrid.SetFocus Function

Syntax

PropertyGrid.SetFocus( Name as C )

Arguments

Name

The name of an item in a property grid.

Description

Highlights a named item within a property grid.

Discussion

The PropertyGrid.SetFocus() method highlights a named item within a property grid. If the category that contains the item is closed, the method opens the category first. Note : Only the {PROPGRID} command can create the PropertyGrid object.

See Also